projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4778163
)
Seal priv pointer in GtkRecentAction.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:37 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:37 +0000
(11:05 +0000)
svn path=/trunk/; revision=20575
gtk/gtkrecentaction.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentaction.h
b/gtk/gtkrecentaction.h
index 4e6a35c74e311149f768d63799b3244f0f2c03ea..96d5ca6a197d0fe1388aea9a5d7411f49d915ebe 100644
(file)
--- a/
gtk/gtkrecentaction.h
+++ b/
gtk/gtkrecentaction.h
@@
-47,7
+47,7
@@
struct _GtkRecentAction
GtkAction parent_instance;
/*< private >*/
- GtkRecentActionPrivate *
priv
;
+ GtkRecentActionPrivate *
GSEAL (priv)
;
};
struct _GtkRecentActionClass